home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
maya_miguel_global_groovin.swf
/
scripts
/
DefineButton2_149
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2007-09-27
|
556b
|
21 lines
on(press){
_root.stop();
_root.PlayHeadMoving = false;
_root.GameStarted = false;
_root.GamePaused = true;
_root.GlobalSound.stop();
if(_root.soundtrack1playing)
{
_root.StopThisSound(_root.soundtrack1current,_root.soundtrack1index,1);
}
if(_root.soundtrack2playing)
{
_root.StopThisSound(_root.soundtrack2current,_root.soundtrack2index,2);
}
if(_root.soundtrack3playing)
{
_root.StopThisSound(_root.soundtrack3current,_root.soundtrack3index,3);
}
gotoAndStop("paused");
}